Log Configuration
By default the logs as set to "INFO", recording information on sessions run through 1Data Gateway.
More information can be recorded to the log by changing the "level" attribute to "DEBUG".
This is useful when using an API as the user may not receive enough information to understand issues that are encountered.
Windows
-
Locate the 1Data Gateway logs folder. By default this is in
C:\ProgramData\1Spatial\1Data Gateway\logs.
-
Open the file
service-logback.xml
. -
Change the line
<logger name="com.onespatial" level="INFO"/>
to<logger name="com.onespatial" level="DEBUG"/>
. -
Save the changes.
-
Restart 1Data Gateway.